object Form8: TForm8 Left = 140 Top = 30 ActiveControl = FileListBox1 BorderStyle = bsToolWindow Caption = 'Configurations' ClientHeight = 328 ClientWidth = 162 Color = 8388672 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 20 Top = 8 Width = 122 Height = 13 Caption = 'Load Clock Configuration' Font.Color = clAqua Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 20 Top = 264 Width = 123 Height = 13 Caption = 'Save Clock Configuration' Font.Color = clLime Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 8 Top = 280 Width = 145 Height = 24 TabOrder = 3 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 24 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 0 end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 48 Width = 145 Height = 97 FileList = FileListBox1 ItemHeight = 16 TabOrder = 1 OnDblClick = DirectoryListBox1DblClick end object FileListBox1: TFileListBox Left = 8 Top = 152 Width = 145 Height = 97 ItemHeight = 13 Mask = '*.ccf' TabOrder = 2 OnClick = FileListBox1Click OnDblClick = FileListBox1DblClick end object Button1: TButton Left = 8 Top = 304 Width = 145 Height = 17 Caption = 'Save' TabOrder = 4 OnClick = Edit1Enter end object Panel1: TPanel Left = 0 Top = 256 Width = 170 Height = 5 BevelInner = bvRaised TabOrder = 5 end end